diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-02 06:53:19 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-02 06:53:19 -0800 |
commit | 8a9301f756f5ed033bd86a9e275d6ed6e489c27f (patch) | |
tree | 23be7d67467e337742bf8fa4825834faf58eda9f /modules/g2_import/helpers/g2_import_task.php | |
parent | a10bdd8f0e436e8bb41430ca5d18fb2e1682773c (diff) | |
parent | aa2e4de024a985f16beb8c1ad90daf0e668d2e28 (diff) |
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/g2_import/helpers/g2_import_task.php')
-rw-r--r-- | modules/g2_import/helpers/g2_import_task.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/g2_import/helpers/g2_import_task.php b/modules/g2_import/helpers/g2_import_task.php index 21ba4c3a..e0212b33 100644 --- a/modules/g2_import/helpers/g2_import_task.php +++ b/modules/g2_import/helpers/g2_import_task.php @@ -189,7 +189,7 @@ class g2_import_task_Core { } $task->status = t( "Album highlights (%count of %total)", - array("count" => $done["tags"] + 1, "total" => $stats["albums"])); + array("count" => $done["highlights"] + 1, "total" => $stats["highlights"])); break; |