From: <var...@us...> - 2021-01-16 17:44:57
|
Revision: 10237 http://sourceforge.net/p/phpwiki/code/10237 Author: vargenau Date: 2021-01-16 17:44:56 +0000 (Sat, 16 Jan 2021) Log Message: ----------- Add default value for id_only in function setPreferences Modified Paths: -------------- trunk/lib/WikiUser.php Modified: trunk/lib/WikiUser.php =================================================================== --- trunk/lib/WikiUser.php 2021-01-09 12:07:29 UTC (rev 10236) +++ trunk/lib/WikiUser.php 2021-01-16 17:44:56 UTC (rev 10237) @@ -381,7 +381,7 @@ abstract function getPreferences(); - abstract function setPreferences($prefs, $id_only); + abstract function setPreferences($prefs, $id_only = false); function userExists() { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |