Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Link: Redaxo-Artikel nicht auf NULL geprüft > WHOOPS #171

Closed
bitshiftersgmbh opened this issue Jun 4, 2019 · 0 comments · Fixed by #172
Closed

Custom Link: Redaxo-Artikel nicht auf NULL geprüft > WHOOPS #171

bitshiftersgmbh opened this issue Jun 4, 2019 · 0 comments · Fixed by #172

Comments

@bitshiftersgmbh
Copy link
Member

betrifft MFormOutputHelper.php Zeile 49:

$art = rex_article::get($item[1], rex_clang::getCurrentId());
$item['customlink_text'] = $art->getName();

schmeißt ein Whoops in der 2. Zeile, wenn der Artikel nicht existiert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant