We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 472555a commit f0e6be6Copy full SHA for f0e6be6
web/includes/config.php.in
@@ -164,7 +164,7 @@ function loadConfig( $defineConsts=true ) {
164
165
$config = array();
166
167
- $result = $dbConn->query('SELECT Name,Value FROM Config');
+ $result = $dbConn->query('SELECT Name,Value,Private FROM Config');
168
if ( !$result )
169
echo mysql_error();
170
while( $row = dbFetchNext($result) ) {
0 commit comments