diff options
author | emkael <emkael@tlen.pl> | 2016-04-23 00:53:14 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2016-04-23 00:53:14 +0200 |
commit | 970da9fd7273827357100f89e5de33b55cf44d71 (patch) | |
tree | 8ccb2267dceefdf7a02ea718b00a3cc470f8a9ef /app/php/controls/LoginBox.php | |
parent | dd3ce906c54d69df83214dc519a4d30658e99004 (diff) |
* moving stuff around (general classes from components to web)
Diffstat (limited to 'app/php/controls/LoginBox.php')
-rw-r--r-- | app/php/controls/LoginBox.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/php/controls/LoginBox.php b/app/php/controls/LoginBox.php index eb448eb..a22750c 100644 --- a/app/php/controls/LoginBox.php +++ b/app/php/controls/LoginBox.php @@ -1,6 +1,6 @@ <?php -Prado::using('Application.components.TemplateControl'); +Prado::using('Application.web.TemplateControl'); class LoginBox extends TemplateControl { |