aboutsummaryrefslogtreecommitdiffstats
path: root/mod/pretheme.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/pretheme.php')
-rw-r--r--mod/pretheme.php2
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'];
}