mirror of
https://github.com/e107inc/e107.git
synced 2025-08-22 06:03:27 +02:00
PHPDoc fixes and code optimization.
This commit is contained in:
@@ -28,7 +28,7 @@ class _blank_admin implements e_admin_addon_interface
|
||||
|
||||
|
||||
return array(
|
||||
3 => array('url'=>'http://myurl.com'),
|
||||
3 => array('url'=>'https://myurl.com'),
|
||||
);
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ class _blank_admin implements e_admin_addon_interface
|
||||
$id = $ui->getId();
|
||||
|
||||
$config = array();
|
||||
$defaultValue = 'http://';
|
||||
$defaultValue = 'https://';
|
||||
|
||||
switch($type)
|
||||
{
|
||||
|
Reference in New Issue
Block a user