Fixed return value for copy_session(): now returning the new session ID (BT#1916)

skala
ywarnier 14 years ago
parent 5b04b135d3
commit 48bd2bfe13
  1. 2
      main/inc/lib/sessionmanager.lib.php

@ -1358,6 +1358,6 @@ class SessionManager {
$res = self::suscribe_users_to_session($sid, $short_users, 1, true, false);
$short_users = null;
}
return true;
return $sid;
}
}

Loading…
Cancel
Save