diff options
Diffstat (limited to 'include/functions.inc.php')
-rw-r--r-- | include/functions.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.inc.php b/include/functions.inc.php index b31a074a0..7519c3239 100644 --- a/include/functions.inc.php +++ b/include/functions.inc.php @@ -694,7 +694,7 @@ SELECT $result = pwg_query($query); while ($row = pwg_db_fetch_assoc($result)) { - if (file_exists($conf['themes_dir'].'/'.$row['name'].'/'.'themeconf.inc.php')) + if (file_exists($conf['themes_dir'].'/'.$row['id'].'/'.'themeconf.inc.php')) { $themes[ $row['id'] ] = $row['name']; } |