diff options
Diffstat (limited to 'engine/lib/export.php')
| -rw-r--r-- | engine/lib/export.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engine/lib/export.php b/engine/lib/export.php index 4de10330f..f81bee2fe 100644 --- a/engine/lib/export.php +++ b/engine/lib/export.php @@ -214,7 +214,7 @@ function import($xml) {  function export_init() {  	global $CONFIG; -	register_action("import/opendd", false); +	elgg_register_action("import/opendd");  }  // Register a startup event | 
