Skip to content

Commit 6751194

Browse files
committed
Merge branch '4.0-dev' of github.com:joomla/joomla-cms into 4.1-dev
2 parents 447c628 + 49a0482 commit 6751194

File tree

2 files changed

+377
-162
lines changed

2 files changed

+377
-162
lines changed

administrator/components/com_categories/src/Controller/CategoryController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ protected function allowEdit($data = array(), $key = 'parent_id')
125125
*
126126
* @return boolean True if successful, false otherwise.
127127
*
128-
* @since 4.0.4
128+
* @since 3.10.3
129129
*/
130130
public function save($key = null, $urlVar = null)
131131
{
@@ -145,7 +145,7 @@ public function save($key = null, $urlVar = null)
145145
*
146146
* @return boolean True if access level checks pass, false otherwise.
147147
*
148-
* @since 4.0.4
148+
* @since 3.10.3
149149
*/
150150
public function cancel($key = null)
151151
{

0 commit comments

Comments
 (0)