Implement download entity and related stuff. Will build things like user quota on...
[rock.divinelegy.git] / Services / UserSession.php
index f56d56f..53052d6 100644 (file)
@@ -25,6 +25,10 @@ class UserSession implements IUserSession
         return $this->_currentUser;
     }
     
+    public function getCurrentUserQuota() {
+        ;
+    }
+    
     private function findToken()
     {        
         if($this->_request->isPost())