Fixes and further rewrites to make use of EL
[mailer.git] / inc / js / js-surfbar_stopped.php
index ba2ef1eeac94f67c8544901bd67568f3845278a7..91ac6e25f816c014086a64d1d6c8814756d734e5 100644 (file)
@@ -44,14 +44,8 @@ if (!defined('__SECURITY')) {
        return;
 }
 
-// Prepare content
-$content = array(
-       'restart'   => bigintval(getRequestParameter('restart')),
-       'autostart' => getRequestParameter('autostart')
-);
-
 // Load template
-loadTemplate('js_surfbar_stopped', false, $content);
+loadTemplate('js_surfbar_stopped');
 
 // [EOF]
 ?>