Update AbstractPM.php
This commit is contained in:
parent
d23c204efd
commit
3f8ca547c2
1 changed files with 2 additions and 2 deletions
|
@ -78,7 +78,7 @@ abstract class AbstractPM extends Page
|
|||
$r->link('PMAction', $args + ['action' => Cnst::ACTION_ARCHIVE]),
|
||||
$this->pms->numArchive > 0 ? ['Archive messages %s', $this->pms->numArchive] : 'Archive messages',
|
||||
],
|
||||
'pm-sp1' => [null, null],
|
||||
// 'pm-sp1' => [null, null],
|
||||
];
|
||||
|
||||
if ($this->user->g_pm_limit > 0) {
|
||||
|
@ -98,7 +98,7 @@ abstract class AbstractPM extends Page
|
|||
$this->user->g_pm_limit < 1 ? 0 : (int) (100 * $this->pms->totalArchive / $this->user->g_pm_limit),
|
||||
],
|
||||
],
|
||||
'pm-sp2' => [null, null],
|
||||
// 'pm-sp2' => [null, null],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue