Fixed gh-235 to insure that the public access switch for front-end views work. Resolved gh-236 to Auto save Name to System Name if blank. Added text area for private key of server. Fixed the getModel helper method. Fixed the batch methods. Maked a few tweaks to the compiler.
This commit is contained in:
@ -5144,8 +5144,8 @@ class Get
|
||||
else
|
||||
{
|
||||
return array(
|
||||
'start' => "\t\t\t",
|
||||
'end' => "\t\t\t");
|
||||
'start' => "",
|
||||
'end' => "");
|
||||
}
|
||||
break;
|
||||
case 12:
|
||||
@ -5159,8 +5159,8 @@ class Get
|
||||
else
|
||||
{
|
||||
return array(
|
||||
'start' => "\t\t\t",
|
||||
'end' => "\t\t\t");
|
||||
'start' => "",
|
||||
'end' => "");
|
||||
}
|
||||
break;
|
||||
case 21:
|
||||
@ -5174,8 +5174,8 @@ class Get
|
||||
else
|
||||
{
|
||||
return array(
|
||||
'start' => "\t\t\t",
|
||||
'end' => "\t\t\t");
|
||||
'start' => "",
|
||||
'end' => "");
|
||||
}
|
||||
break;
|
||||
case 22:
|
||||
@ -5189,14 +5189,14 @@ class Get
|
||||
else
|
||||
{
|
||||
return array(
|
||||
'start' => "\t\t\t",
|
||||
'end' => "\t\t\t");
|
||||
'start' => "",
|
||||
'end' => " ");
|
||||
}
|
||||
break;
|
||||
case 3:
|
||||
return array(
|
||||
'start' => "\t\t\t",
|
||||
'end' => "\t\t\t");
|
||||
'start' => "",
|
||||
'end' => "");
|
||||
break;
|
||||
}
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user