Skip to content

Commit

Permalink
Remove debug line and simplify.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Oct 8, 2013
1 parent 1187f95 commit 574106c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions kronolith/config/prefs.php
Expand Up @@ -484,10 +484,8 @@
$ui->prefs['fb_cals']['enum'] = $enum;
},
'on_change' => function() {
$cache = $GLOBALS['injector']->getInstance('Horde_Cache');
$key = 'kronolith.fb.u.' . $GLOBALS['registry']->getAuth();
Horde::debug($key);
$cache->expire($key);
$GLOBALS['injector']->getInstance('Horde_Cache')
->expire('kronolith.fb.u.' . $GLOBALS['registry']->getAuth());
}
);

Expand Down

0 comments on commit 574106c

Please sign in to comment.