diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 2 | ||||
-rw-r--r-- | lib/stream.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/common.php b/lib/common.php index e7d69303c..ca668d8c2 100644 --- a/lib/common.php +++ b/lib/common.php @@ -26,6 +26,8 @@ define('AVATAR_STREAM_SIZE', 48); define('AVATAR_MINI_SIZE', 24); define('MAX_AVATAR_SIZE', 256 * 1024); +define('NOTICES_PER_PAGE', 20); + define_syslog_variables(); # global configuration object diff --git a/lib/stream.php b/lib/stream.php index ad65e2d2a..a595958e4 100644 --- a/lib/stream.php +++ b/lib/stream.php @@ -19,8 +19,6 @@ if (!defined('LACONICA')) { exit(1); } -define('NOTICES_PER_PAGE', 20); - class StreamAction extends Action { function handle($args) { |