Index: trunk/extensions/CentralAuth/CentralAuthUser.php |
— | — | @@ -71,7 +71,7 @@ |
72 | 72 | * Gets a master (read/write) database connection to the CentralAuth database |
73 | 73 | * |
74 | 74 | * @return DatabaseBase |
75 | | - * @throws ReadOnlyError |
| 75 | + * @throws CentralAuthReadOnlyError |
76 | 76 | */ |
77 | 77 | public static function getCentralDB() { |
78 | 78 | global $wgCentralAuthDatabase, $wgCentralAuthReadOnly; |
— | — | @@ -84,7 +84,7 @@ |
85 | 85 | |
86 | 86 | /** |
87 | 87 | * Gets a slave (readonly) database connection to the CentralAuth database |
88 | | - * |
| 88 | + * |
89 | 89 | * @return DatabaseBase |
90 | 90 | */ |
91 | 91 | public static function getCentralSlaveDB() { |
Index: trunk/extensions/CentralAuth/CentralAuthReadOnlyError.php |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | |
4 | 4 | /** |
5 | 5 | * Show an error when the CentralAuth database is locked/read-only |
6 | | - * and the user tries to do something that requires CentralAuth# |
| 6 | + * and the user tries to do something that requires CentralAuth |
7 | 7 | * write access |
8 | 8 | * @ingroup Exception |
9 | 9 | */ |