aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-07-23 18:49:37 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-07-23 18:49:37 -0700
commit27fa908233640eed51072fe77e7a9658a331ba20 (patch)
tree030a7ab035d6b54e043413eff7088f95971d9429 /boot.php
parent3ec6a431b62c20952f07f889acfeedd0ac456d04 (diff)
downloadvolse-hubzilla-27fa908233640eed51072fe77e7a9658a331ba20.tar.gz
volse-hubzilla-27fa908233640eed51072fe77e7a9658a331ba20.tar.bz2
volse-hubzilla-27fa908233640eed51072fe77e7a9658a331ba20.zip
patch to allow theme based widgets
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index eb678853d..53a3aebee 100755
--- a/boot.php
+++ b/boot.php
@@ -2051,7 +2051,6 @@ function load_pdl(&$a) {
if((! $s) && (($p = theme_include($n)) != ''))
$s = @file_get_contents($p);
-
if($s) {
comanche_parser($a, $s);
$a->pdl = $s;