fixed copy error and undeclared variable in ajax.php

This commit is contained in:
2017-10-26 23:11:52 +02:00
parent f15b67cff1
commit 18946f8ef6
25 changed files with 33 additions and 64 deletions

View File

@ -1270,7 +1270,7 @@ class Get
// if Details tab is not set, then set it here
if (!isset($view->tabs[1]))
{
$view->tabs[1] = 'details';
$view->tabs[1] = 'Details';
}
// always make sure that publishing is lowercase
if (($removeKey = array_search('publishing', array_map('strtolower', $view->tabs))) !== false)