summaryrefslogtreecommitdiff
path: root/app/Module/SlideShowModule.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Module/SlideShowModule.php')
-rw-r--r--app/Module/SlideShowModule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/SlideShowModule.php b/app/Module/SlideShowModule.php
index eae56f4441..217cd72bee 100644
--- a/app/Module/SlideShowModule.php
+++ b/app/Module/SlideShowModule.php
@@ -56,7 +56,7 @@ class SlideShowModule extends AbstractModule implements ModuleBlockInterface {
$start = $this->getBlockSetting($block_id, 'start', '0') || Filter::getBool('start');
// We can apply the filters using SQL
- // Do not use "ORDER BY RAND()" - it is very slow on large tables. Use PHP::array_rand() instead.
+ // Do not use "ORDER BY RAND()" - it is very slow on large tables. Use PHP::array_rand() instead.
$all_media = Database::prepare(
"SELECT m_id FROM `##media`" .
" WHERE m_file = ?" .