#360 flexslider fix, api php warning fix

This commit is contained in:
Ulf Gebhardt 2017-08-01 23:37:06 +02:00
parent 560a6963ee
commit 49c78646ba
2 changed files with 11 additions and 2 deletions

View File

@ -1,4 +1,6 @@
<?php
//silence model declaration warning
$_ = function () {
class api_mojotrollz extends \SYSTEM\API\api_system {
public static function call_mojo_action_newserver($address){
return \SQL\MOJOTROLLZ_SERVER_INSERT::QI(array($address,$address)) ?
@ -56,4 +58,7 @@ class api_mojotrollz extends \SYSTEM\API\api_system {
public static function call_tbc_action_itemextendedcost($id){
return \JsonResult::toString(\SQL\TBC_ITEMEXTENDEDCOST::Q1(array($id),new \SQL\mangos_one_dbc()));}
}
}
};
@$_();
unset($_);

View File

@ -1 +1,5 @@
.flex-direction-nav a { display: none; }
.flex-direction-nav a { display: none; }
.flexslider {
margin: 0;
border: 0;
}