mirror of
https://github.com/Karaka-Management/oms-Surveys.git
synced 2026-01-10 15:38:40 +00:00
crash backup
This commit is contained in:
parent
1c2ca747da
commit
2dc0362005
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user