Author: Joe Ferguson (svpernova09)
Date: 2026-08-13T09:30:07-05:00
Commit:
https://github.com/php/web-php/commit/29f7b3cd5c70a004cd491ce3af79c2217a0dbf54
Raw diff:
https://github.com/php/web-php/commit/29f7b3cd5c70a004cd491ce3af79c2217a0dbf54.diff
update IMAGE_PATH_REL to public/
Changed paths:
M src/News/Entry.php
Diff:
diff --git a/src/News/Entry.php b/src/News/Entry.php
index 79a5e60395..bd1f224be9 100755
--- a/src/News/Entry.php
+++ b/src/News/Entry.php
@@ -23,7 +23,7 @@ class Entry
public const ARCHIVE_ENTRIES_ABS = self::PHPWEB .
self::ARCHIVE_ENTRIES_REL;
- public const IMAGE_PATH_REL = 'images/news/';
+ public const IMAGE_PATH_REL = 'public/images/news/';
public const IMAGE_PATH_ABS = self::PHPWEB . self::IMAGE_PATH_REL;