From: <gem...@li...> - 2012-02-08 17:52:17
|
Revision: 465 http://gemstracker.svn.sourceforge.net/gemstracker/?rev=465&view=rev Author: matijsdejong Date: 2012-02-08 17:52:07 +0000 (Wed, 08 Feb 2012) Log Message: ----------- Small corrections Modified Paths: -------------- branches/1.5.x/library/classes/Gems/Tracker.php branches/1.5.x/library/languages/default-nl.po Modified: branches/1.5.x/library/classes/Gems/Tracker.php =================================================================== --- branches/1.5.x/library/classes/Gems/Tracker.php 2012-02-08 12:30:31 UTC (rev 464) +++ branches/1.5.x/library/classes/Gems/Tracker.php 2012-02-08 17:52:07 UTC (rev 465) @@ -168,7 +168,7 @@ */ private function _checkUserId($userId = null) { if (empty($userId)) { - $userId = $this->session->user_id; + $userId = isset($this->session->user_id) ? $this->session->user_id : 0; } return $userId; } Modified: branches/1.5.x/library/languages/default-nl.po =================================================================== --- branches/1.5.x/library/languages/default-nl.po 2012-02-08 12:30:31 UTC (rev 464) +++ branches/1.5.x/library/languages/default-nl.po 2012-02-08 17:52:07 UTC (rev 465) @@ -384,7 +384,7 @@ #: classes/Gems/Model.php:224 msgid "City" -msgstr "Stad" +msgstr "Woonplaats" #: classes/Gems/Model.php:226 msgid "Phone" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |