when no blog select for default blog and want to use default.php file, base url not load this page
to solve this error:
file inc\collections\model\_blog.funcs.php line 546 must be :
if( (($Blog = & $BlogCache->get_by_ID( $blog, false, false )) !== NULL) )
(NULL and not false)
Hi @mahdishariat,
I confirm this issue, but I'm not sure about the solution because function
get_by_ID
returns bothfalse
andNULL
according the case. Let's wait for the developers to get this solved.Thanks for reporting.