BUG 8667 "P.M. 2.0-testing.13: Con la opción "Copy", ..." UPDATED
This commit is contained in:
@@ -143,7 +143,7 @@ class adminProxy extends HttpProxyController
|
|||||||
}
|
}
|
||||||
|
|
||||||
function calendarValidate($httpData) {
|
function calendarValidate($httpData) {
|
||||||
$httpData=array_unique($httpData);
|
$httpData=array_unique((array)$httpData);
|
||||||
$message = '';
|
$message = '';
|
||||||
$oldName = isset($httpData['oldName'])? $httpData['oldName']:'';
|
$oldName = isset($httpData['oldName'])? $httpData['oldName']:'';
|
||||||
switch ($httpData['action']){
|
switch ($httpData['action']){
|
||||||
|
|||||||
Reference in New Issue
Block a user