1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

Flextype Admin Panel: Entries #175 #165

- fixes
This commit is contained in:
Awilum
2019-07-03 15:28:26 +03:00
parent b0d2334b7b
commit b82b9f35db

View File

@@ -491,7 +491,7 @@ class EntriesController extends Controller
if ($this->entries->rename(
$data['entry_path_current'],
$data['entry_parent'] . $this->slugify->slugify($data['name'])
$data['entry_parent'] . '/' . $this->slugify->slugify($data['name'])
)) {
$this->flash->addMessage('success', __('admin_message_entry_renamed'));
} else {