summaryrefslogtreecommitdiff
path: root/includes/controllers
diff options
context:
space:
mode:
authorStephen Arnold <toyguy@myarnolds.com>2010-09-03 02:54:31 +0000
committerStephen Arnold <toyguy@myarnolds.com>2010-09-03 02:54:31 +0000
commit967562047242920837b63d2d54cd786335e339a4 (patch)
tree14f8068ddfd702c61db5cf02b71740cddecec987 /includes/controllers
parent4ecc779f23808747cc582c1b09d0bde3df57ee77 (diff)
downloadwebtrees-967562047242920837b63d2d54cd786335e339a4.tar.gz
webtrees-967562047242920837b63d2d54cd786335e339a4.tar.bz2
webtrees-967562047242920837b63d2d54cd786335e339a4.zip
change PGV to webtrees references in comments
Diffstat (limited to 'includes/controllers')
-rw-r--r--includes/controllers/media_ctrl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/controllers/media_ctrl.php b/includes/controllers/media_ctrl.php
index bce1cb5924..35a016365a 100644
--- a/includes/controllers/media_ctrl.php
+++ b/includes/controllers/media_ctrl.php
@@ -59,7 +59,7 @@ class MediaController extends BaseController{
$requestedfile = rawurldecode($requestedfile);
// make sure the requested file is in the media directory
if (strpos($requestedfile, $MEDIA_DIRECTORY) !== false) {
- // strip off the pgv directory and media directory from the requested url so just the image information is left
+ // strip off the wt directory and media directory from the requested url so just the image information is left
$filename = substr($requestedfile, strpos($requestedfile, $MEDIA_DIRECTORY) + strlen($MEDIA_DIRECTORY) - 1);
// if user requested a thumbnail, lookup permissions based on the original image
$filename = str_replace('/thumbs', '', $filename);