You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -227,7 +227,7 @@ public function registerFont($style, $remoteFile, $context = null)
227
227
break;
228
228
}
229
229
}
230
-
if ($chrootValid !== true) {
230
+
if ($chrootValid !== true) {
231
231
Helpers::record_warnings(E_USER_WARNING, "Permission denied on $remoteFile. The file could not be found under the paths specified by Options::chroot.", __FILE__, __LINE__);
0 commit comments