not dead: Article.assigntolabel etc are exported methods called by frontend (Headlines.js)
This commit is contained in:
parent
4166628c36
commit
ad30d39e2a
|
@ -257,17 +257,14 @@ class Article extends Handler_Protected {
|
|||
print "</ul>";
|
||||
}*/
|
||||
|
||||
// TODO: dead code?
|
||||
function assigntolabel(): void {
|
||||
$this->_label_ops(true);
|
||||
}
|
||||
|
||||
// TODO: dead code?
|
||||
function removefromlabel(): void {
|
||||
$this->_label_ops(false);
|
||||
}
|
||||
|
||||
// TODO: dead code?
|
||||
private function _label_ops(bool $assign): void {
|
||||
$reply = array();
|
||||
|
||||
|
|
Loading…
Reference in New Issue