The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 85fb7093 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent 405e7d8d
No related merge requests found
...@@ -116,7 +116,7 @@ class DevtoolsController extends \VuFind\Controller\AbstractBase ...@@ -116,7 +116,7 @@ class DevtoolsController extends \VuFind\Controller\AbstractBase
// Find strings missing from language 2: // Find strings missing from language 2:
$notInL2 = array(); $notInL2 = array();
$l2Keys = array_keys((array)$lang2); $l2Keys = array_keys((array)$lang2);
foreach($lang1 as $key => $junk) { foreach ($lang1 as $key => $junk) {
if (!in_array($key, $l2Keys)) { if (!in_array($key, $l2Keys)) {
$notInL2[] = $key; $notInL2[] = $key;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment