diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:42:36 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-14 09:42:36 +0100 |
| commit | c9b2d19672559b7c7319d15caf7d5cfbe7b192c6 (patch) | |
| tree | 89d0ab47a203c8f0f06ffd7af38c9a6f98f79056 /print_blog_post.php | |
| parent | 9bc2edd591213b7fd535c36b7957a43246341b7f (diff) | |
| download | blogs-c9b2d19672559b7c7319d15caf7d5cfbe7b192c6.tar.gz blogs-c9b2d19672559b7c7319d15caf7d5cfbe7b192c6.tar.bz2 blogs-c9b2d19672559b7c7319d15caf7d5cfbe7b192c6.zip | |
php-cs-fixer tidies to php8.5 standards
Diffstat (limited to 'print_blog_post.php')
| -rwxr-xr-x | print_blog_post.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print_blog_post.php b/print_blog_post.php index 9fcaf45..f389489 100755 --- a/print_blog_post.php +++ b/print_blog_post.php @@ -1,5 +1,4 @@ <?php -use Bitweaver\Blogs\BitBlogPost; use Bitweaver\KernelTools; /** @@ -60,7 +59,6 @@ if ($gBitSystem->isFeatureActive( 'blog_posts_comments' )) { include_once LIBERTY_PKG_INCLUDE_PATH.'comments_inc.php'; } - $gBitSystem->setBrowserTitle( $gContent->mInfo['title'] ); // Display the template $gBitSmarty->display("bitpackage:blogs/print_blog_post.tpl");
\ No newline at end of file |
