diff options
author | friendica <info@friendica.com> | 2013-01-31 17:55:52 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-31 17:55:52 -0800 |
commit | 982034b87d341c0bbada64b48d8488a5d2ff711c (patch) | |
tree | 1c5b34934f1c91119a8c7e1b206cb3bc0f8fcae7 /boot.php | |
parent | 808de7b447c5b5b06a1b314713b7473b3ea0a02f (diff) | |
download | volse-hubzilla-982034b87d341c0bbada64b48d8488a5d2ff711c.tar.gz volse-hubzilla-982034b87d341c0bbada64b48d8488a5d2ff711c.tar.bz2 volse-hubzilla-982034b87d341c0bbada64b48d8488a5d2ff711c.zip |
update friends in common tool now that poco is working
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2089,7 +2089,6 @@ function construct_page(&$a) { $arr = $a->get_widgets(); ksort($arr,SORT_NUMERIC); - logger('get_widgets: ' . print_r($arr,true)); if(count($arr)) { foreach($arr as $x) { if(! array_key_exists($x['location'],$a->page)) |