diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-25 10:26:17 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-25 10:26:17 +0000 |
| commit | 9f5b8addb7d59be2c580704d474ee9a67bef77e5 (patch) | |
| tree | e22379845615b3f2b454945c6ad6856cfd896674 | |
| parent | f763de248d66c0e3686b3ded6017088370e5f421 (diff) | |
| download | rss-9f5b8addb7d59be2c580704d474ee9a67bef77e5.tar.gz rss-9f5b8addb7d59be2c580704d474ee9a67bef77e5.tar.bz2 rss-9f5b8addb7d59be2c580704d474ee9a67bef77e5.zip | |
Don't need global twice
| -rwxr-xr-x | liberty_plugins/data.rss.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/liberty_plugins/data.rss.php b/liberty_plugins/data.rss.php index 4c8bdd7..a0dca67 100755 --- a/liberty_plugins/data.rss.php +++ b/liberty_plugins/data.rss.php @@ -29,7 +29,6 @@ use function count; /** * definitions */ -global $gLibertySystem; define( 'PLUGIN_GUID_DATARSS', 'datarss' ); global $gLibertySystem; $pluginParams = [ |
