Skip to content

Commit cd81ddd

Browse files
committed
Merge branch '3.10-dev' into 4.0-dev
2 parents 19cf866 + 0ef893b commit cd81ddd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,11 @@ protected function allowEdit($data = array(), $key = 'parent_id')
125125
*
126126
* @return boolean True if successful, false otherwise.
127127
*
128+
<<<<<<< HEAD:administrator/components/com_categories/src/Controller/CategoryController.php
128129
* @since 4.0.4
130+
=======
131+
* @since 3.10.3
132+
>>>>>>> 3.10-dev:administrator/components/com_categories/controllers/category.php
129133
*/
130134
public function save($key = null, $urlVar = null)
131135
{
@@ -145,7 +149,7 @@ public function save($key = null, $urlVar = null)
145149
*
146150
* @return boolean True if access level checks pass, false otherwise.
147151
*
148-
* @since 4.0.4
152+
* @since 3.10.3
149153
*/
150154
public function cancel($key = null)
151155
{

0 commit comments

Comments
 (0)