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:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user