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

moshe weitzman’s picture

Status: Active » Closed (works as designed)

Thats what @$view->page_empty is for. Perhaps I am missing something. If so, please reopen.