Index: trunk/extensions/LandingCheck/SpecialLandingCheck.php |
— | — | @@ -15,7 +15,7 @@ |
16 | 16 | * If basic is set to true, do a local redirect, ignore priority, and don't pass tracking |
17 | 17 | * params. This is for non-fundraising links that just need localization. |
18 | 18 | * |
19 | | - * @var boolean $basic |
| 19 | + * @var boolean |
20 | 20 | */ |
21 | 21 | protected $basic = false; |
22 | 22 | |