1
0
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:
Cameron
2015-02-03 12:23:03 -08:00
parent 6617cd5d8f
commit cec216c613
5 changed files with 70 additions and 28 deletions

View File

@@ -90,7 +90,7 @@ class db_verify
*/
function verify()
{
print_a($_POST);
if(vartrue($_POST['verify_table']))
{
$this->runComparison($_POST['verify_table']);

View File

@@ -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.