diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-08 09:27:37 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-08 09:27:37 -0700 |
commit | 6ac5238b83d58824eb9327406a2ee50b7e603214 (patch) | |
tree | 78f714cb36d04e8987f0c77eb1be10dd80259236 /modules/gallery | |
parent | ac797e609c8c319ca77f9b746a7cecad8dd69004 (diff) |
Add task logging to the "Update Search Index" task
Diffstat (limited to 'modules/gallery')
-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(); |