diff options
-rw-r--r-- | lib/Auth.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Auth.php b/lib/Auth.php index b72b7bc..e4bbc8d 100644 --- a/lib/Auth.php +++ b/lib/Auth.php @@ -251,6 +251,11 @@ class Auth { return $roles; } + public function modify_entry($subject, $attrs, $_attrs) + { + return $this->_auth[$_SESSION['user']->get_domain()]->modify_entry($subject, $attrs, $_attrs); + } + public function modify_entry_attributes($subject, $mod_array) { return $this->_auth[$_SESSION['user']->get_domain()]->modify_entry_attributes($subject, $mod_array); |