diff options
author | friendica <info@friendica.com> | 2013-12-10 20:36:11 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-10 20:36:11 -0800 |
commit | e5ea4a009b81c7f3fa987ba34d20a996055775d6 (patch) | |
tree | 3c5a659f1d45ddb4e3d6228ba8161f7133df4873 /boot.php | |
parent | 6e4f9b7ecc42b7196a41c32d1f2a68e4e029ee04 (diff) | |
download | volse-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-x | boot.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |