aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-10 20:36:11 -0800
committerfriendica <info@friendica.com>2013-12-10 20:36:11 -0800
commite5ea4a009b81c7f3fa987ba34d20a996055775d6 (patch)
tree3c5a659f1d45ddb4e3d6228ba8161f7133df4873 /boot.php
parent6e4f9b7ecc42b7196a41c32d1f2a68e4e029ee04 (diff)
downloadvolse-hubzilla-e5ea4a009b81c7f3fa987ba34d20a996055775d6.tar.gz
volse-hubzilla-e5ea4a009b81c7f3fa987ba34d20a996055775d6.tar.bz2
volse-hubzilla-e5ea4a009b81c7f3fa987ba34d20a996055775d6.zip
mod channel is now Comanchified
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 ce605adaf..ce85de89c 100755
--- a/boot.php
+++ b/boot.php
@@ -1872,7 +1872,6 @@ function construct_page(&$a) {
if($comanche) {
foreach($a->layout as $k => $v) {
- logger('layout: ' . $k . ' ' . strlen($v));
if((strpos($k,'region_') === 0) && strlen($v)) {
if(strpos($v,'$region_') !== false) {
$v = preg_replace_callback('/\$region_([a-zA-Z0-9]+)/ism','comanche_replace_region',$v);