1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00
This commit is contained in:
CaMer0n
2009-11-18 07:16:51 +00:00
parent c8341dff2e
commit af9235b29b
5 changed files with 218 additions and 110 deletions

View File

@@ -9,9 +9,9 @@
* Administration UI handlers, admin helper functions
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/admin_handler.php,v $
* $Revision: 1.30 $
* $Date: 2009-11-18 02:07:14 $
* $Author: marj_nl_fr $
* $Revision: 1.31 $
* $Date: 2009-11-18 07:16:42 $
* $Author: e107coders $
*/
if (!defined('e107_INIT')) { exit; }
@@ -2869,6 +2869,7 @@ class e_admin_controller_ui extends e_admin_controller
}
}
// Scenario I - use request owned POST data - toForm already executed
$model->setPostedData($_posted, null, false, false)
->save(true);