Merge pull request #12747 from MrPetovan/bug/warnings
Address a couple of warnings
This commit is contained in:
@@ -351,7 +351,7 @@ class Photo extends BaseModule
|
||||
}
|
||||
|
||||
// If it is a local link, we save resources by just redirecting to it.
|
||||
if (Network::isLocalLink($url)) {
|
||||
if (!empty($url) && Network::isLocalLink($url)) {
|
||||
System::externalRedirect($url);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user