29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-27 07:33:41 +00:00

# [#26396] Fix some mistyped and @package names in the CMS. Thanks Rune.

git-svn-id: http://joomlacode.org/svn/joomla/development/trunk@21909 6f6e1ebd-4c2b-0410-823f-f34bde69bce9
This commit is contained in:
Jean-Marie Simonet 2011-07-20 16:33:40 +00:00
parent 0f6b466b26
commit 5885d0fc21
4 changed files with 7 additions and 6 deletions

View File

@ -17,7 +17,7 @@ jimport('joomla.installer.installer');
/**
* Installer Manage Model
*
* @package Joomla.Administator
* @package Joomla.Administrator
* @subpackage com_installer
* @since 1.6
*/

View File

@ -1,6 +1,6 @@
<?php
/**
* @package Joomla
* @package Joomla.Site
*
* @copyright Copyright (C) 2005 - 2011 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE
@ -11,7 +11,7 @@ defined('_JEXEC') or die;
/**
* Version information class for the Joomla CMS.
*
* @package Joomla
* @package Joomla.Site
* @since 1.0
*/
final class JVersion
@ -142,4 +142,4 @@ final class JVersion
if (!defined('JVERSION')) {
$jversion = new JVersion;
define('JVERSION', $jversion->getShortVersion());
}
}

View File

@ -32,6 +32,7 @@ $ -> Language fix or change
# [#26443] PHP version check at installation says Joomla 1.6
# [#26432] Banners Manager - trash icon visible when no trashed banners. Thanks Bill.
# [#26433] banner manager- clients - empty trash icon. Thanks Bill.
# [#26396] Fix some mistyped and @package names in the CMS. Thanks Rune.
-------------------- 1.7.0 Stable Release [19-Jul-2011] ------------------

View File

@ -14,7 +14,7 @@ jimport('joomla.application.router');
/**
* Class to create and parse routes
*
* @package Joomla
* @package Joomla.Installation
* @since 1.5
*/
class JRouterInstallation extends JObject
@ -44,4 +44,4 @@ class JRouterInstallation extends JObject
return new JURI($url);
}
}
}