ответвлено от GNUsocial/gnu-social
Queue_item correct name in dequeue function
darcs-hash:20080726033958-84dde-09d117b3e5bb997ddfd6548806ce7a51a38434e7.gz
Этот коммит содержится в:
родитель
341563d6cd
Коммит
b5bd567668
@ -1062,7 +1062,7 @@ function common_enqueue_notice($notice) {
|
||||
}
|
||||
|
||||
function common_dequeue_notice($notice) {
|
||||
$qi = Queue_Item::staticGet($notice->id);
|
||||
$qi = Queue_item::staticGet($notice->id);
|
||||
if ($qi) {
|
||||
$result = $qi->delete();
|
||||
if (!$result) {
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user