From d2a4b34c98534940c12a2a5f093c7a2f7485b93c Mon Sep 17 00:00:00 2001 From: Thomas Willingham Date: Tue, 16 Sep 2014 00:55:41 +0100 Subject: 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. --- view/theme/redbasic/php/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/theme/redbasic/php') 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); } } -- cgit v1.2.3