1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-14 10:34:23 +02:00

Code cleanup.

This commit is contained in:
Cameron
2020-12-05 12:43:05 -08:00
parent 68e251d771
commit b16d7605b6
7 changed files with 142 additions and 207 deletions

View File

@@ -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;
}