diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-16 00:55:41 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-16 00:55:41 +0100 |
commit | d2a4b34c98534940c12a2a5f093c7a2f7485b93c (patch) | |
tree | eb91ac78bdc7ff0ddf746550f22d5e93faf8a937 /view | |
parent | c841714ba5d0df349e0f9d972fafa18a72fc4f1e (diff) | |
download | volse-hubzilla-d2a4b34c98534940c12a2a5f093c7a2f7485b93c.tar.gz volse-hubzilla-d2a4b34c98534940c12a2a5f093c7a2f7485b93c.tar.bz2 volse-hubzilla-d2a4b34c98534940c12a2a5f093c7a2f7485b93c.zip |
Trivial typo - concatenated string that should be. Doesn't really
deserve it's own commit, but if I don't fix it now, nobody will notice for
another18 months.
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/redbasic/php/style.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/style.php b/view/theme/redbasic/php/style.php index dbe7c306d..cd91fcee7 100644 --- a/view/theme/redbasic/php/style.php +++ b/view/theme/redbasic/php/style.php @@ -64,7 +64,7 @@ if(! $a->install) { // should leave it for admins to define for themselves. if (! $schema) { if(file_exists('view/theme/redbasic/schema/default.php')) { - $schemefile = 'view/theme/redbasic/schema/' . 'default.php'; + $schemefile = 'view/theme/redbasic/schema/default.php'; require_once ($schemefile); } } |