Completed
Pull Request — master (#35)
by Will
03:11
created
src/IFramePage.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -130,7 +130,7 @@
 block discarded – undo
130 130
         $allowed_schemes = array('http', 'https');
131 131
         if ($matches = parse_url($this->IFrameURL)) {
132 132
             if (isset($matches['scheme']) && !in_array($matches['scheme'], $allowed_schemes)) {
133
-                $result->addError(_t(__CLASS__ . '.VALIDATION_BANNEDURLSCHEME', "This URL scheme is not allowed."));
133
+                $result->addError(_t(__CLASS__.'.VALIDATION_BANNEDURLSCHEME', "This URL scheme is not allowed."));
134 134
             }
135 135
         }
136 136
 
Please login to merge, or discard this patch.