mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-29 11:10:37 -04:00
Update all references to the core application to now point to the
gallery module. This type of mass update is prone to some small bugs.
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<th> <?= t("Value") ?></th>
|
||||
</tr>
|
||||
<? foreach ($vars as $var): ?>
|
||||
<? if ($var->module_name == "core" && $var->name == "_cache") continue ?>
|
||||
<? if ($var->module_name == "gallery" && $var->name == "_cache") continue ?>
|
||||
<tr class="setting">
|
||||
<td> <?= $var->module_name ?> </td>
|
||||
<td> <?= $var->name ?> </td>
|
||||
|
||||
Reference in New Issue
Block a user