diff --git a/e107_admin/image.php b/e107_admin/image.php
index 399af87ca..6a4b9cc77 100644
--- a/e107_admin/image.php
+++ b/e107_admin/image.php
@@ -760,7 +760,7 @@ class media_admin_ui extends e_admin_ui
'watermark_opacity' => array('title'=> IMALAN_96, 'tab'=>1, 'type' => 'number', 'data' => 'int', 'help'=>IMALAN_97), // 'validate' => 'regex', 'rule' => '#^[\d]+$#i', 'help' => 'allowed characters are a-zA-Z and underscore')),
// https://developers.google.com/youtube/player_parameters
- 'youtube_apikey' => array('title'=> "YouTube Public API key", 'tab'=>2, 'type' => 'text', 'data'=>'str', 'help'=>IMALAN_99, 'writeParms'=>array('post'=>" ".LAN_MORE."")),
+ 'youtube_apikey' => array('title'=> "YouTube Public API key", 'tab'=>2, 'type' => 'text', 'data'=>'str', 'help'=>IMALAN_99, 'writeParms'=>array('post'=>"")),
'youtube_default_account' => array('title'=> IMALAN_98, 'tab'=>2, 'type' => 'text', 'data'=>'str', 'help'=>IMALAN_99),
@@ -842,6 +842,8 @@ class media_admin_ui extends e_admin_ui
function init()
{
+ $this->prefs['youtube_apikey']['writeParms']['post'] = " ".LAN_MORE."";
+
if(E107_DEBUG_LEVEL > 0)
{
$this->fields['media_url']['inline'] = true;