@@ -257,9 +257,9 @@ |
||
257 | 257 | return $queryBuilder |
258 | 258 | ->select( |
259 | 259 | 'uid', |
260 | - 'mount_pid AS mountPageSource', |
|
261 | - 'uid AS mountPageDestination', |
|
262 | - 'mount_pid_ol AS mountPageOverlayed') |
|
260 | + 'mount_pid AS mountPageSource', |
|
261 | + 'uid AS mountPageDestination', |
|
262 | + 'mount_pid_ol AS mountPageOverlayed') |
|
263 | 263 | ->from($this->table) |
264 | 264 | ->add('where', $whereClause) |
265 | 265 | ->execute()->fetchAll(); |