mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Fix for recent form_handler merge.
This commit is contained in:
@@ -3982,7 +3982,7 @@ class e_form
|
||||
|
||||
$ajaxParms = array();
|
||||
|
||||
if(varset($attributes['writeParms']['ajax']))
|
||||
if(!empty($attributes['writeParms']['ajax']))
|
||||
{
|
||||
$ajaxParms['data-src'] = varset($attributes['writeParms']['ajax']['src']);
|
||||
$ajaxParms['data-target'] = varset($attributes['writeParms']['ajax']['target']);
|
||||
|
Reference in New Issue
Block a user