mirror of
https://github.com/flarum/core.git
synced 2025-08-10 18:35:56 +02:00
Merge pull request #9 from clarkwinkelmann/patch-1
Fix copy-paste shame
This commit is contained in:
@@ -71,7 +71,7 @@ class DiscussionLockedPost extends AbstractEventPost implements MergeableInterfa
|
|||||||
/**
|
/**
|
||||||
* Build the content attribute.
|
* 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
|
* @return array
|
||||||
*/
|
*/
|
||||||
public static function buildContent($isLocked)
|
public static function buildContent($isLocked)
|
||||||
|
Reference in New Issue
Block a user