diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-09 08:43:42 -0700 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-09 08:43:42 -0700 |
| commit | e7e2d99255259a708999727ae3a56777898a3426 (patch) | |
| tree | 78f714cb36d04e8987f0c77eb1be10dd80259236 /modules/gallery/helpers | |
| parent | 724d2af960c55b5a60b3c5e6bf68585426d46ab0 (diff) | |
Revert "Revert "Add task logging to the "Update Search Index" task""
This reverts commit 5118afc959650469874733a1060fbe22364d8c28.
Diffstat (limited to 'modules/gallery/helpers')
| -rw-r--r-- | modules/gallery/helpers/l10n_client.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/gallery/helpers/l10n_client.php b/modules/gallery/helpers/l10n_client.php index 5b14abec..6d4da0eb 100644 --- a/modules/gallery/helpers/l10n_client.php +++ b/modules/gallery/helpers/l10n_client.php @@ -67,6 +67,9 @@ class l10n_client_Core { return true; } + /** + * @return an array of messages that will be written to the task log + */ static function fetch_updates() { $request->locales = array(); $request->messages = new stdClass(); |
