mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
Bugfix shop error message
This commit is contained in:
parent
bcc2f8f879
commit
823f35e44d
@ -2868,7 +2868,7 @@ class Artikel extends GenArtikel {
|
||||
|
||||
$pageContents = $this->app->remote->RemoteSendArticleList($shop,$artikel,$extartikelnummer);
|
||||
|
||||
$check = strpos($pageContents ,'error:');
|
||||
$check = strpos((string) $pageContents ,'error:');
|
||||
$msg = '';
|
||||
if(!empty($pageContents) && is_array($pageContents)) {
|
||||
if(!empty($pageContents['status']) && !empty($pageContents['message'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user