El RIDO 2 лет назад
Родитель
Сommit
49bc97e295
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lib/Model/Paste.php

+ 1 - 1
lib/Model/Paste.php

@@ -166,7 +166,7 @@ class Paste extends AbstractModel
         if ($this->_conf->getKey('discussiondatedisplay')) {
             return $this->_store->readComments($this->getId());
         }
-        return array_map(function($comment) {
+        return array_map(function ($comment) {
             foreach (array('created', 'postdate') as $key) {
                 if (array_key_exists($key, $comment['meta'])) {
                     unset($comment['meta'][$key]);