1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-25 15:31:41 +02:00

PHP Warning removals.

This commit is contained in:
Cameron
2016-12-17 10:15:10 -08:00
parent 3af165f351
commit f113a0d265
10 changed files with 10 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ class listclass
* @return void
*
*/
function listclass($mode='')
function __construct($mode='')
{
global $TEMPLATE_LIST_NEW, $list_shortcodes;