Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-05-28 08:19:30 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-28 08:19:30 +0400
commitfb741e75e831b6ac6f8ea14ab95c5640033a6a38 (patch)
tree2eb9996b4e44263b31652740c9a739acbb81ea10 /plugins
parent9874ffaeca7f1dd1017a2dbb926b2b649c1b49ba (diff)
the 3rd column is the processed column now
Diffstat (limited to 'plugins')
-rw-r--r--plugins/CoreConsole/Commands/SyncUITestScreenshots.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreConsole/Commands/SyncUITestScreenshots.php b/plugins/CoreConsole/Commands/SyncUITestScreenshots.php
index 6e5770d421..6317581c26 100644
--- a/plugins/CoreConsole/Commands/SyncUITestScreenshots.php
+++ b/plugins/CoreConsole/Commands/SyncUITestScreenshots.php
@@ -48,7 +48,7 @@ class SyncUITestScreenshots extends ConsoleCommand
$columns = $row->getElementsByTagName("td");
$nameColumn = $columns->item(0);
- $processedColumn = $columns->item(2);
+ $processedColumn = $columns->item(3);
$testPlugin = null;
if ($nameColumn