From c612253627019c146b8a49d6f927b475cac8be2f Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 7 Oct 2012 16:39:29 -0700 Subject: fix some issues that couldn't be tested yesterday - as was working offline --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 7e4cbbada..7d4310413 100644 --- a/boot.php +++ b/boot.php @@ -663,7 +663,7 @@ if(! class_exists('App')) { $this->widgets[] = array('title' => $title, 'html' => $html, 'location' => $location); } - function get_widgets($location) { + function get_widgets($location = '') { if($location && count($this->widgets)) { $ret = array(); foreach($widgets as $w) -- cgit v1.2.3