set a default value for $webbie - it's the right thing to do.

This commit is contained in:
friendica 2013-11-18 01:00:04 -08:00
parent 718f69c6fc
commit b1a4dc7d7e

View File

@ -17,6 +17,8 @@ function post_init(&$a) {
if(argc() > 1) {
$webbie = argv(1);
}
else
$webbie = '';
if(array_key_exists('auth',$_REQUEST)) {
logger('mod_zot: auth request received.');