Mercurial > SimpleWebPresenter
view ScriptIncludeCache.inc @ 112:4854db07f14f
Fix bug when creating sitemaps introduced when adding common element.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 15 Mar 2016 15:11:37 +0100 |
| parents | dd4ddedca4c5 |
| children |
line wrap: on
line source
<?php /** * @file * * Since ScriptIncludeCache is defined in FileCacheSet.inc, we simply * include it here to provide a common class include interface */ include_once 'FileCacheSet.inc'; ?>
