diff --git a/Theme/Backend/surveys-list.tpl.php b/Theme/Backend/surveys-list.tpl.php index f19f71c..f449d81 100755 --- a/Theme/Backend/surveys-list.tpl.php +++ b/Theme/Backend/surveys-list.tpl.php @@ -27,7 +27,7 @@ $accountDir = $account->id . ' ' . $account->login; /** @var \Modules\Media\Models\Collection[] */ $collections = $this->data['collections']; -$mediaPath = \urldecode($this->getData('path') ?? '/'); +$mediaPath = \urldecode($this->data['path'] ?? '/'); $previous = empty($surveys) ? '{/base}/survey/list' : '{/base}/survey/list?{?}&offset=' . \reset($surveys)->id . '&ptype=p'; $next = empty($surveys) ? '{/base}/survey/list' : '{/base}/survey/list?{?}&offset=' . \end($surveys)->id . '&ptype=n';