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 */
|
||||
$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));
|
||||
$suppliedSource = Model_Post::validateSource($suppliedSource);
|
||||
|
|
Loading…
Reference in a new issue