mirror of
https://github.com/friendica/friendica
synced 2025-05-07 21:44:10 +02:00
No german compound wording :-)
This commit is contained in:
parent
8cd21269ff
commit
183999ee08
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
/**
|
||||
* @file src/Worker/CreateShadowentry.php
|
||||
* @file src/Worker/CreateShadowEntry.php
|
||||
* @brief This script creates posts with UID = 0 for a given public post.
|
||||
*
|
||||
* This script is started from mod/item.php to save some time when doing a post.
|
||||
|
@ -10,7 +10,7 @@ namespace Friendica\Worker;
|
|||
|
||||
require_once("include/threads.php");
|
||||
|
||||
class CreateShadowentry {
|
||||
class CreateShadowEntry {
|
||||
public static function execute($message_id = 0) {
|
||||
if (empty($message_id)) {
|
||||
return;
|
Loading…
Add table
Add a link
Reference in a new issue