diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-06 16:11:41 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-06 16:11:41 +0000 |
| commit | 61d47f9b1c26deb96a0c835046bb2a477f67c1df (patch) | |
| tree | 488a8d9166c59a002f10506fa5a1b9f57c95153e /article_history.php | |
| parent | 20343087f191d1b9f7669db2f3cc2cf4a1598051 (diff) | |
| download | articles-61d47f9b1c26deb96a0c835046bb2a477f67c1df.tar.gz articles-61d47f9b1c26deb96a0c835046bb2a477f67c1df.tar.bz2 articles-61d47f9b1c26deb96a0c835046bb2a477f67c1df.zip | |
use fatalError
Diffstat (limited to 'article_history.php')
| -rw-r--r-- | article_history.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/article_history.php b/article_history.php index 887d1bd..d6edd6e 100644 --- a/article_history.php +++ b/article_history.php @@ -24,9 +24,7 @@ $gBitSystem->verifyPermission( 'p_articles_read', tra( "Permission denied you ca $gBitSystem->verifyPermission( 'p_articles_read_history', tra( "Permission denied you cannot browse this article history" ) ); if( !isset( $_REQUEST["article_id"] ) ) { - $gBitSmarty->assign( 'msg', tra( "No article indicated" ) ); - $gBitSystem->display( "error.tpl" ); - die; + $gBitSystem->fatalError( tra( "No article indicated" )); } include_once( ARTICLES_PKG_PATH.'lookup_article_inc.php' ); |
