Code

Graphs are now cached
[gosa.git] / gosa-core / plugins / generic / welcome / main.inc
index 5be00b0057ebaf7ab0944b162b306c890cd9cd14..e501f71aedbd6629123dbf9927df6477915dae28 100644 (file)
@@ -20,8 +20,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-if (!$remove_lock){
-       session::global_set('plugin_dir',dirname(__FILE__));
+if (!$cleanup){
+       session::set('plugin_dir',dirname(__FILE__));
        $smarty->assign("iconmenu", $plist->show_iconmenu());
        $smarty->assign("header", print_header(get_template_path('images/welcome.png'), sprintf(_("Welcome %s!"), $ui->cn)));
        $smarty->assign("year", date("Y"));