@@ -18,10 +18,10 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | class Birthday_Notify_Background extends SMF_BackgroundTask |
| 20 | 20 | { |
| 21 | - /** |
|
| 22 | - * This executes the task. It loads up the birthdays, figures out the greeting, etc. |
|
| 23 | - * @return bool Always returns true |
|
| 24 | - */ |
|
| 21 | + /** |
|
| 22 | + * This executes the task. It loads up the birthdays, figures out the greeting, etc. |
|
| 23 | + * @return bool Always returns true |
|
| 24 | + */ |
|
| 25 | 25 | public function execute() |
| 26 | 26 | { |
| 27 | 27 | global $txt, $smcFunc, $txtBirthdayEmails, $modSettings, $sourcedir; |
@@ -1593,7 +1593,7 @@ |
||
| 1593 | 1593 | // Do the actual install |
| 1594 | 1594 | else |
| 1595 | 1595 | { |
| 1596 | - // @TODO Does this call have side effects? ($actions is not used) |
|
| 1596 | + // @TODO Does this call have side effects? ($actions is not used) |
|
| 1597 | 1597 | $actions = parsePackageInfo($smileyInfo['xml'], false, 'install'); |
| 1598 | 1598 | foreach ($context['actions'] as $action) |
| 1599 | 1599 | { |