Browse Source

Fixed base sql - smf-path type

Nathaniel van Diepen 10 years ago
parent
commit
f839fa9418
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ircd.sql

+ 1 - 1
ircd.sql

@@ -76,7 +76,7 @@ INSERT INTO `configuration` (`key`, `description`, `value`, `type`) VALUES
 ('xmlrpc-path', 'XMLRPC Path', '/xmlrpc', 'string'),
 ('xmlrpc-port', 'XMLRPC Port', '9900', 'number'),
 ('xmlrpc-server', 'XMLRPC Server', NULL, 'lookup'),
-('smf-path', 'SMF Installation Path', NULL, '');
+('smf-path', 'SMF Installation Path', NULL, 'string');
 
 -- --------------------------------------------------------