mirror of
https://github.com/e107inc/e107.git
synced 2025-09-03 11:22:40 +02:00
Removed PHP warnings. Added Simple e_url.php redirect list to admin area. Removed debug info from db-verify.
This commit is contained in:
@@ -90,7 +90,7 @@ class db_verify
|
||||
*/
|
||||
function verify()
|
||||
{
|
||||
print_a($_POST);
|
||||
|
||||
if(vartrue($_POST['verify_table']))
|
||||
{
|
||||
$this->runComparison($_POST['verify_table']);
|
||||
|
@@ -1828,7 +1828,7 @@ class e107
|
||||
* @param string $methodName [optional] (if different from 'config')
|
||||
* @return none
|
||||
*/
|
||||
public function getAddonConfig($addonName, $className = '', $methodName='config', $param=null )
|
||||
public static function getAddonConfig($addonName, $className = '', $methodName='config', $param=null )
|
||||
{
|
||||
$new_addon = array();
|
||||
$sql = e107::getDb(); // Might be used by older plugins.
|
||||
|
Reference in New Issue
Block a user