Alois Schmid
-
2011-01-05
In the "change password" dialog (register.php?myaction=changepass) the hidden variable currentdb is always set to "0" because the URL-Parameters are not read when trying to set default->owl_current_db to the URL-Parameter c, hence $c is not set.
Including the file lib/owl.lib.php a few lines earlier fixes the problem.