mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
rename page to article
This commit is contained in:
parent
649838d4ee
commit
c747166a30
43 changed files with 597 additions and 597 deletions
|
|
@ -136,7 +136,7 @@ class TorrentController extends AbstractController
|
|||
$torrent->getId()
|
||||
)
|
||||
],
|
||||
'pages' => [],
|
||||
'articles' => [],
|
||||
'contributors' => $contributors
|
||||
],
|
||||
'file' =>
|
||||
|
|
@ -282,7 +282,7 @@ class TorrentController extends AbstractController
|
|||
$user->isApproved()
|
||||
);
|
||||
|
||||
// Redirect to info page created
|
||||
// Redirect to info article created
|
||||
return $this->redirectToRoute(
|
||||
'torrent_info',
|
||||
[
|
||||
|
|
@ -465,7 +465,7 @@ class TorrentController extends AbstractController
|
|||
$user->isApproved()
|
||||
);
|
||||
|
||||
// Redirect to info page created
|
||||
// Redirect to info article created
|
||||
return $this->redirectToRoute(
|
||||
'torrent_info',
|
||||
[
|
||||
|
|
@ -544,7 +544,7 @@ class TorrentController extends AbstractController
|
|||
$torrentLocales->getId()
|
||||
);
|
||||
|
||||
// Redirect to info page created
|
||||
// Redirect to info article created
|
||||
return $this->redirectToRoute(
|
||||
'torrent_locales_edit',
|
||||
[
|
||||
|
|
@ -606,7 +606,7 @@ class TorrentController extends AbstractController
|
|||
$torrentLocales->getId()
|
||||
);
|
||||
|
||||
// Redirect to info page created
|
||||
// Redirect to info article created
|
||||
return $this->redirectToRoute(
|
||||
'torrent_locales_edit',
|
||||
[
|
||||
|
|
@ -751,7 +751,7 @@ class TorrentController extends AbstractController
|
|||
$user->isApproved()
|
||||
);
|
||||
|
||||
// Redirect to info page created
|
||||
// Redirect to info article created
|
||||
return $this->redirectToRoute(
|
||||
'torrent_info',
|
||||
[
|
||||
|
|
@ -828,7 +828,7 @@ class TorrentController extends AbstractController
|
|||
$torrentSensitive->getId()
|
||||
);
|
||||
|
||||
// Redirect to info page created
|
||||
// Redirect to info article created
|
||||
return $this->redirectToRoute(
|
||||
'torrent_sensitive_edit',
|
||||
[
|
||||
|
|
@ -890,7 +890,7 @@ class TorrentController extends AbstractController
|
|||
$torrentSensitive->getId()
|
||||
);
|
||||
|
||||
// Redirect to info page created
|
||||
// Redirect to info article created
|
||||
return $this->redirectToRoute(
|
||||
'torrent_sensitive_edit',
|
||||
[
|
||||
|
|
@ -947,7 +947,7 @@ class TorrentController extends AbstractController
|
|||
time()
|
||||
);
|
||||
|
||||
// Redirect to info page created
|
||||
// Redirect to info article created
|
||||
return $this->redirectToRoute(
|
||||
'torrent_info',
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue