diff options
Diffstat (limited to 'framework/core.php')
-rw-r--r-- | framework/core.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/core.php b/framework/core.php index f3d826cc..64668625 100644 --- a/framework/core.php +++ b/framework/core.php @@ -147,7 +147,7 @@ interface ITheme * Applies this theme to the specified control.
* @param TControl the control to be applied with this theme
*/
- public function apply($control);
+ public function applySkin($control);
}
/**
|