mirror of
https://github.com/e107inc/e107.git
synced 2025-08-13 10:04:35 +02:00
Issue #4350 theme.php class must now use init() and tablestyle() (not __construct() )
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
$this->assertTrue(false, "Couldn't load e107table object");
|
||||
}
|
||||
|
||||
$this->ns->init();
|
||||
$this->ns->_init();
|
||||
|
||||
}
|
||||
/*
|
||||
|
Reference in New Issue
Block a user