diff options
author | Simon Rettberg | 2016-05-19 12:07:58 +0200 |
---|---|---|
committer | Simon Rettberg | 2016-05-19 12:07:58 +0200 |
commit | b12fb53ee2e1597f0246a961dc5ff29f8af04d47 (patch) | |
tree | 2e9437017ef71cdb6159dd107ebfa7557c9a52eb /inc/dashboard.inc.php | |
parent | MORE WMORK (diff) | |
download | slx-admin-b12fb53ee2e1597f0246a961dc5ff29f8af04d47.tar.gz slx-admin-b12fb53ee2e1597f0246a961dc5ff29f8af04d47.tar.xz slx-admin-b12fb53ee2e1597f0246a961dc5ff29f8af04d47.zip |
work work work work work
Diffstat (limited to 'inc/dashboard.inc.php')
-rw-r--r-- | inc/dashboard.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/dashboard.inc.php b/inc/dashboard.inc.php index 13d713bb..e8c20dee 100644 --- a/inc/dashboard.inc.php +++ b/inc/dashboard.inc.php @@ -63,7 +63,7 @@ class Dashboard if ($category === false) { return ''; } - if (!preg_match('/^(\w+)\.(\w+)$/', $category, $out)) { + if (!preg_match('/^(\w+)\.(.*)$/', $category, $out)) { error_log('Requested category icon for invalid category "' . $category . '"'); return ''; } |