summaryrefslogtreecommitdiff
path: root/send_post.php
diff options
context:
space:
mode:
authorLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-16 08:29:31 +0100
committerLester Caine ext:(%22) <lester@lsces.co.uk>2012-04-16 08:29:31 +0100
commitf4ee76af71b50fdb208f1438de1bdabc42f8c20e (patch)
tree1c986790164835dedc067dd93ce03d0f89e397e0 /send_post.php
parent07f9ecc680251483a12e05272507ad40e9089e0e (diff)
downloadblogs-f4ee76af71b50fdb208f1438de1bdabc42f8c20e.tar.gz
blogs-f4ee76af71b50fdb208f1438de1bdabc42f8c20e.tar.bz2
blogs-f4ee76af71b50fdb208f1438de1bdabc42f8c20e.zip
Tidy up to remove 'STRICT' warnings
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes
Diffstat (limited to 'send_post.php')
-rw-r--r--send_post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/send_post.php b/send_post.php
index 9e972d6..a7561b8 100644
--- a/send_post.php
+++ b/send_post.php
@@ -71,7 +71,7 @@ if (isset($_REQUEST['send'])) {
$emails = explode(',', $_REQUEST['addresses']);
$foo = parse_url($_SERVER["REQUEST_URI"]);
- $machine = $gContent->getDisplayUrl();
+ $machine = $gContent->getContentUrl();
foreach ($emails as $email) {
$gBitSmarty->assign('mail_site', $_SERVER["SERVER_NAME"]);