forked from GNUsocial/gnu-social
Action->showContent now defined as protected
All the rendering functions should only be called form within the Action.
This commit is contained in:
parent
d56d97a439
commit
39137a08e6
@ -971,7 +971,7 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
*
|
*
|
||||||
* @return nothing
|
* @return nothing
|
||||||
*/
|
*/
|
||||||
function showContent()
|
protected function showContent()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user