(bug 16445) add info if accounts are not sul accounts to cu results
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 27 Nov 2008 07:45:08 +0000 (07:45 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 27 Nov 2008 07:45:08 +0000 (07:45 +0000)
includes/AuthPlugin.php

index 647be8a..7c9b339 100644 (file)
@@ -244,6 +244,11 @@ class AuthPluginUser {
                # Override this!
        }
        
+       public function getId() {
+               # Override this!
+               return -1;
+       }
+       
        public function isLocked() {
                # Override this!
                return false;