diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-16 08:29:31 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-16 08:29:31 +0100 |
| commit | f4ee76af71b50fdb208f1438de1bdabc42f8c20e (patch) | |
| tree | 1c986790164835dedc067dd93ce03d0f89e397e0 /send_post.php | |
| parent | 07f9ecc680251483a12e05272507ad40e9089e0e (diff) | |
| download | blogs-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.php | 2 |
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"]); |
