- Added permissions and linked them to user admin in dump.sql

- Modified validate methods to public for classes benutzer, student and mitarbeiter
This commit is contained in:
paolo
2016-05-20 12:09:18 +02:00
parent e5554ad1ba
commit cd10d96c91
4 changed files with 862 additions and 438 deletions
+1 -1
View File
@@ -106,7 +106,7 @@ class student extends benutzer
* auf Gueltigkeit.
* @return true wenn ok, false im Fehlerfall
*/
protected function validate()
public function validate()
{
if(mb_strlen($this->uid)>32)
{