aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/php/config.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2013-10-16 19:05:40 +0100
committerThomas Willingham <founder@kakste.com>2013-10-16 19:05:40 +0100
commitb860a21fdce3c4b99b7cecc8ac8d1f776e788197 (patch)
tree87f51ed6ef3ce1a7d7b954fc185467aa5b3cb2f9 /view/theme/redbasic/php/config.php
parent30e4a360847762bfc8afce6704261ea5cc38650c (diff)
downloadvolse-hubzilla-b860a21fdce3c4b99b7cecc8ac8d1f776e788197.tar.gz
volse-hubzilla-b860a21fdce3c4b99b7cecc8ac8d1f776e788197.tar.bz2
volse-hubzilla-b860a21fdce3c4b99b7cecc8ac8d1f776e788197.zip
Check only for php in schema globs.
Diffstat (limited to 'view/theme/redbasic/php/config.php')
-rw-r--r--view/theme/redbasic/php/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/php/config.php b/view/theme/redbasic/php/config.php
index 44ddb78b9..90bd109ad 100644
--- a/view/theme/redbasic/php/config.php
+++ b/view/theme/redbasic/php/config.php
@@ -39,7 +39,7 @@ function redbasic_form(&$a, $schema, $nav_colour, $bgcolour, $background_image,
$scheme_choices = array();
$scheme_choices["---"] = t("Default");
- $files = glob('view/theme/redbasic/schema/*');
+ $files = glob('view/theme/redbasic/schema/*.php');
if($files) {
foreach($files as $file) {
$f = basename($file, ".php");