diff options
author | mike <mike@zeus.(none)> | 2012-10-22 19:18:50 +1100 |
---|---|---|
committer | mike <mike@zeus.(none)> | 2012-10-22 19:18:50 +1100 |
commit | 56b95d50edb93f7e1f0aa5a5c6e5cd3c7ee6619c (patch) | |
tree | 9c8be8086db1a71a62e896d305ebd27e2df05559 /mod/pretheme.php | |
parent | 8f9ddcb536ae46f1c6b3d3c19db1598dc4a51616 (diff) | |
download | volse-hubzilla-56b95d50edb93f7e1f0aa5a5c6e5cd3c7ee6619c.tar.gz volse-hubzilla-56b95d50edb93f7e1f0aa5a5c6e5cd3c7ee6619c.tar.bz2 volse-hubzilla-56b95d50edb93f7e1f0aa5a5c6e5cd3c7ee6619c.zip |
more mod cleanups
Diffstat (limited to 'mod/pretheme.php')
-rw-r--r-- | mod/pretheme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/pretheme.php b/mod/pretheme.php index 4584cb29e..1974f5f00 100644 --- a/mod/pretheme.php +++ b/mod/pretheme.php @@ -7,7 +7,7 @@ function pretheme_init(&$a) { $info = get_theme_info($theme); if($info) { // unfortunately there will be no translation for this string - $desc = $info['description']; + $desc = $info['description']; $version = $info['version']; $credits = $info['credits']; } |