diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php index 4f6508523d4f0bb9965c3bb0d180cb87379b127a..49339247ff39250c8c21c419ff3db77c443561a1 100644 --- a/lib/SimpleSAML/Session.php +++ b/lib/SimpleSAML/Session.php @@ -8,7 +8,7 @@ * information about all the currently logged in SPs. This is used when the user initiate a * Single-Log-Out. * - * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no> + * @author Andreas Ã…kre Solberg, UNINETT AS. <andreas.solberg@uninett.no> * @package simpleSAMLphp * @version $Id$ */ @@ -835,8 +835,8 @@ class SimpleSAML_Session { * and the default is 4 hours. */ public function setData($type, $id, $data, $timeout = NULL) { - assert(is_string($type)); - assert(is_string($id)); + assert('is_string($type)'); + assert('is_string($id)'); assert('is_int($timeout) || is_null($timeout) || $timeout === self::DATA_TIMEOUT_LOGOUT'); /* Clean out old data. */