mirror of
https://github.com/e107inc/e107.git
synced 2025-08-14 10:34:23 +02:00
Code cleanup.
This commit is contained in:
@@ -156,7 +156,7 @@ class banner_ui extends e_admin_ui
|
||||
|
||||
// ------- Customize Create --------
|
||||
|
||||
public function beforeCreate($new_data)
|
||||
public function beforeCreate($new_data, $old_data)
|
||||
{
|
||||
// e107::getMessage()->addDebug(print_a($new_data,true));
|
||||
|
||||
@@ -604,6 +604,8 @@ class banner_form_ui extends e_admin_form_ui
|
||||
return $this->campaigns;
|
||||
break;
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user