l10n typos & CSS fixes
This commit is contained in:
@@ -20,6 +20,7 @@ class Spot extends Main
|
||||
const POST_TABLE = 'posts';
|
||||
|
||||
const FEED_CHUNK_SIZE = 15;
|
||||
const MAIL_CHUNK_SIZE = 5;
|
||||
|
||||
const DEFAULT_LANG = 'en';
|
||||
|
||||
@@ -198,7 +199,7 @@ class Spot extends Main
|
||||
$oEmail->oTemplate->setInstanceTag($asPost['type'], 'local_server', $this->asContext['serv_name']);
|
||||
$iPostCount++;
|
||||
}
|
||||
if($iPostCount==5) break;
|
||||
if($iPostCount == self::MAIL_CHUNK_SIZE) break;
|
||||
}
|
||||
|
||||
$oEmail->send();
|
||||
|
||||
Reference in New Issue
Block a user