Index: trunk/extensions/OpenStackManager/SpecialNova.php |
— | — | @@ -2,20 +2,20 @@ |
3 | 3 | |
4 | 4 | abstract class SpecialNova extends SpecialPage { |
5 | 5 | function notLoggedIn() { |
6 | | - global $wgOut; |
| 6 | + global $wgOut; |
7 | 7 | |
8 | | - $this->setHeaders(); |
9 | | - $wgOut->setPagetitle("Not logged in"); |
10 | | - $wgOut->addHTML('<p>You must be logged in to perform this action</p>'); |
| 8 | + $this->setHeaders(); |
| 9 | + $wgOut->setPagetitle("Not logged in"); |
| 10 | + $wgOut->addHTML('<p>You must be logged in to perform this action</p>'); |
11 | 11 | } |
12 | 12 | |
13 | 13 | function noCredentials() { |
14 | | - global $wgOut; |
| 14 | + global $wgOut; |
15 | 15 | |
16 | | - $this->setHeaders(); |
17 | | - $wgOut->setPagetitle("No Nova credentials found for your account"); |
18 | | - $wgOut->addHTML('<p>There were no Nova credentials found for your user account. ' . |
19 | | - 'Please ask a Nova administrator to create credentials for you.</p>'); |
| 16 | + $this->setHeaders(); |
| 17 | + $wgOut->setPagetitle("No Nova credentials found for your account"); |
| 18 | + $wgOut->addHTML('<p>There were no Nova credentials found for your user account. ' . |
| 19 | + 'Please ask a Nova administrator to create credentials for you.</p>'); |
20 | 20 | } |
21 | 21 | |
22 | 22 | function notInProject() { |