Action->showContent now defined as protected

All the rendering functions should only be called form within the Action.
This commit is contained in:
Mikael Nordfeldth 2014-05-18 20:47:30 +02:00
parent d56d97a439
commit 39137a08e6
1 changed files with 1 additions and 1 deletions

View File

@ -971,7 +971,7 @@ class Action extends HTMLOutputter // lawsuit
*
* @return nothing
*/
function showContent()
protected function showContent()
{
}