mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
Renaming of the WebPage class (and its derived classes) to stick to the same naming convention as other classes.
SVN:trunk[250]
This commit is contained in:
@@ -148,7 +148,7 @@ class URP_Users extends UserRightsBaseClass
|
||||
$oPage->table($aDisplayConfig, $aDisplayData);
|
||||
}
|
||||
|
||||
function DisplayBareRelations(web_page $oPage)
|
||||
function DisplayBareRelations(WebPage $oPage)
|
||||
{
|
||||
parent::DisplayBareRelations($oPage);
|
||||
|
||||
@@ -272,7 +272,7 @@ class URP_Profiles extends UserRightsBaseClass
|
||||
$oPage->table($aDisplayConfig, $aDisplayData);
|
||||
}
|
||||
|
||||
function DisplayBareRelations(web_page $oPage)
|
||||
function DisplayBareRelations(WebPage $oPage)
|
||||
{
|
||||
parent::DisplayBareRelations($oPage);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user