solofield fix
This commit is contained in:
parent
435913a1e5
commit
c6cf9afb6e
|
@ -132,7 +132,7 @@ class solofield{
|
||||||
];
|
];
|
||||||
|
|
||||||
// check for errors and load the result div
|
// check for errors and load the result div
|
||||||
$this->error_and_load($html);
|
$this->error_and_load($html, $out);
|
||||||
|
|
||||||
$items =
|
$items =
|
||||||
$this->fuckhtml
|
$this->fuckhtml
|
||||||
|
@ -272,7 +272,7 @@ class solofield{
|
||||||
];
|
];
|
||||||
|
|
||||||
// check for errors and load the result div
|
// check for errors and load the result div
|
||||||
$this->error_and_load($html);
|
$this->error_and_load($html, $out);
|
||||||
|
|
||||||
$images =
|
$images =
|
||||||
$this->fuckhtml
|
$this->fuckhtml
|
||||||
|
@ -399,7 +399,7 @@ class solofield{
|
||||||
];
|
];
|
||||||
|
|
||||||
// check for errors and load the result div
|
// check for errors and load the result div
|
||||||
$this->error_and_load($html);
|
$this->error_and_load($html, $out);
|
||||||
|
|
||||||
$items =
|
$items =
|
||||||
$this->fuckhtml
|
$this->fuckhtml
|
||||||
|
@ -576,7 +576,7 @@ class solofield{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private function error_and_load($html){
|
private function error_and_load($html, $out){
|
||||||
|
|
||||||
if(strlen($html) === 0){
|
if(strlen($html) === 0){
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue