Logging minifix
This commit is contained in:
parent
aff68e88cf
commit
e336d04347
1 changed files with 1 additions and 1 deletions
|
@ -428,7 +428,7 @@ class PostController
|
||||||
|
|
||||||
/* source */
|
/* source */
|
||||||
$suppliedSource = InputHelper::get('source');
|
$suppliedSource = InputHelper::get('source');
|
||||||
if ($suppliedSource !== null and $suppliedSource != $post->sorce)
|
if ($suppliedSource !== null and $suppliedSource != $post->source)
|
||||||
{
|
{
|
||||||
PrivilegesHelper::confirmWithException(Privilege::EditPostSource, PrivilegesHelper::getIdentitySubPrivilege($post->uploader));
|
PrivilegesHelper::confirmWithException(Privilege::EditPostSource, PrivilegesHelper::getIdentitySubPrivilege($post->uploader));
|
||||||
$suppliedSource = Model_Post::validateSource($suppliedSource);
|
$suppliedSource = Model_Post::validateSource($suppliedSource);
|
||||||
|
|
Loading…
Reference in a new issue