1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Fixed: Wrong parameter usages by setPostedData() method.

This commit is contained in:
Lóna Lore
2016-12-03 09:24:41 +01:00
parent b8cfac8dd7
commit bc0d50b5c8
2 changed files with 5 additions and 5 deletions

View File

@@ -312,7 +312,7 @@ class eurl_admin_ui extends e_admin_controller_ui
if(isset($_POST['etrigger_save']))
{
$this->getConfig()
->setPostedData($this->getPosted(), null, false, false)
->setPostedData($this->getPosted(), null, false)
//->setPosted('not_existing_pref_test', 1)
->save(true);