Skip to content

Commit 63f09cf

Browse files
committed
Consistency edit
Setting the class member $client for compability purposes.
1 parent 33e86b1 commit 63f09cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

application/libraries/REST_Controller.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -640,7 +640,9 @@ protected function _detect_api_key()
640640
return FALSE;
641641
}
642642
}
643-
643+
644+
// Set the class member for compatility purposes
645+
$this->client = $row;
644646
return $this->client;
645647
}
646648

0 commit comments

Comments
 (0)