From 65e4fa3dcba55659b6fb38d5d212a5a2bda68099 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 10 Dec 2013 00:58:58 -0800 Subject: matrix/network page under Comanche cont. --- boot.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index cf94c13e3..196ab0304 100755 --- a/boot.php +++ b/boot.php @@ -1872,6 +1872,7 @@ 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); @@ -1887,6 +1888,7 @@ function construct_page(&$a) { } $a->page[substr($k,7)] = $v; + } } } -- cgit v1.2.3