Skip to content

Commit

Permalink
Added missing global variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ctimoteo-fixeads committed Mar 30, 2015
1 parent fd868dc commit 9a1da0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kronolith/lib/Event.php
Expand Up @@ -3136,6 +3136,8 @@ public static function readRecurrenceForm($start, $timezone,
*/
protected function _handleResources(Kronolith_Event $existing = null)
{
global $session;

if (Horde_Util::getFormData('isajax', false)) {
$resources = array();
} else {
Expand Down

0 comments on commit 9a1da0d

Please sign in to comment.