mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-29 13:07:17 +00:00
fix typo
This commit is contained in:
parent
e0ac6e0349
commit
3fee35fd3a
|
@ -277,7 +277,7 @@ $(document).ready( function() {
|
||||||
|
|
||||||
$this->contentHeading(getMLText("documents_user_reception"));
|
$this->contentHeading(getMLText("documents_user_reception"));
|
||||||
if($resArr) {
|
if($resArr) {
|
||||||
$this->printList($resArr, $previewer, 'listReveiveOwner');
|
$this->printList($resArr, $previewer, 'listReceiveOwner');
|
||||||
}
|
}
|
||||||
else printMLText("empty_notify_list");
|
else printMLText("empty_notify_list");
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user