1
0
mirror of https://github.com/flarum/core.git synced 2025-08-07 17:07:19 +02:00

Merge pull request #9 from clarkwinkelmann/patch-1

Fix copy-paste shame
This commit is contained in:
Franz Liedke
2017-02-05 02:10:53 +01:00
committed by GitHub

View File

@@ -71,7 +71,7 @@ class DiscussionLockedPost extends AbstractEventPost implements MergeableInterfa
/**
* Build the content attribute.
*
* @param bool $isLocked Whether or not the discussion is stickied.
* @param bool $isLocked Whether or not the discussion is locked.
* @return array
*/
public static function buildContent($isLocked)