Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:joomla/joomla-cms into better_mi…
Browse files Browse the repository at this point in the history
…me_error_message
  • Loading branch information
zero-24 committed Jul 12, 2017
2 parents 0f9e5b7 + ddbeb9e commit 510abe9
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion administrator/components/com_admin/models/sysinfo.php
Expand Up @@ -193,7 +193,7 @@ protected function cleanPrivateData($dataArray, $dataType = 'other')
}

/**
* Offuscate section values
* Obfuscate section values
*
* @param mixed $sectionValues Section data
*
Expand Down
2 changes: 1 addition & 1 deletion administrator/components/com_fields/models/field.php
Expand Up @@ -545,7 +545,7 @@ public function getForm($data = array(), $loadData = true)
}

/**
* Setting the value for the gven field id, context and item id.
* Setting the value for the given field id, context and item id.
*
* @param string $fieldId The field ID.
* @param string $itemId The ID of the item.
Expand Down
2 changes: 1 addition & 1 deletion administrator/modules/mod_feed/tmpl/default.php
Expand Up @@ -53,7 +53,7 @@
$iUrl = isset($feed->image) ? $feed->image : null;
$iTitle = isset($feed->imagetitle) ? $feed->imagetitle : null;
?>
<div style="direction: <?php echo $rssrtl ? 'rtl' :'ltr'; ?>; text-align: <?php echo $rssrtl ? 'right' :'left'; ?> ! important" class="feed<?php echo $moduleclass_sfx; ?>">
<div style="direction: <?php echo $rssrtl ? 'rtl' :'ltr'; ?>; text-align: <?php echo $rssrtl ? 'right' :'left'; ?> !important" class="feed<?php echo $moduleclass_sfx; ?>">
<?php

// Feed description
Expand Down
2 changes: 1 addition & 1 deletion layouts/joomla/searchtools/default.php
Expand Up @@ -28,7 +28,7 @@
{
$showSelector = $selectorField->getAttribute('filtermode', '') == 'selector' ? true : $showSelector;

// Checks if a selector shoudl be shown in the current layout.
// Checks if a selector should be shown in the current layout.
if (isset($data['view']->layout))
{
$showSelector = $selectorField->getAttribute('layout', 'default') != $data['view']->layout ? false : $showSelector;
Expand Down
2 changes: 1 addition & 1 deletion media/editors/tinymce/js/plugins/dragdrop/plugin.js
Expand Up @@ -37,7 +37,7 @@ tinymce.PluginManager.add('jdragdrop', function(editor) {
if (resp.status == '0') {
removeProgessBar();

editor.windowManager.alert(resp.message + ': ' + setCustomDir + resp.location);
editor.windowManager.alert(resp.message + ': ' + tinyMCE.activeEditor.settings.setCustomDir + resp.location);

}

Expand Down
2 changes: 1 addition & 1 deletion media/editors/tinymce/js/plugins/dragdrop/plugin.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion modules/mod_feed/tmpl/default.php
Expand Up @@ -58,7 +58,7 @@
$iUrl = isset($feed->image) ? $feed->image : null;
$iTitle = isset($feed->imagetitle) ? $feed->imagetitle : null;
?>
<div style="direction: <?php echo $rssrtl ? 'rtl' :'ltr'; ?>; text-align: <?php echo $rssrtl ? 'right' :'left'; ?> ! important" class="feed<?php echo $moduleclass_sfx; ?>">
<div style="direction: <?php echo $rssrtl ? 'rtl' :'ltr'; ?>; text-align: <?php echo $rssrtl ? 'right' :'left'; ?> !important" class="feed<?php echo $moduleclass_sfx; ?>">
<?php
// Feed description
if ($feed->title !== null && $params->get('rsstitle', 1))
Expand Down

0 comments on commit 510abe9

Please sign in to comment.