The code contains the following comment:
og_views.modlue: 161
// Use this default empty text unless overridden by View (which is a usually not a good idea. This text is smart)
However, the actual code does the following:
og_views: 160
elseif (empty($_POST)) {
No check is actually made against the view to see if the empty text is set.
Comments
Comment #1
moshe weitzman commentedThats what @$view->page_empty is for. Perhaps I am missing something. If so, please reopen.