Skip to content

Commit

Permalink
fix(Calendar) incorrect user variable in close action
Browse files Browse the repository at this point in the history
  • Loading branch information
joebordes committed Apr 25, 2018
1 parent 0796a23 commit 23f026a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cbCalendar/cbCalendar.php
Original file line number Diff line number Diff line change
Expand Up @@ -985,7 +985,7 @@ public function clearSingletonSaveFields() {
* @param $activityid integer : activity id
*/
public static function changeStatus($status, $activityid) {
global $log, $$current_user;
global $log, $current_user;
$log->debug("Entering changeStatus($status, $activityid) method");
include_once 'include/Webservices/Revise.php';
$element = array(
Expand Down

0 comments on commit 23f026a

Please sign in to comment.