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/RegistrationForm.php | |
parent | dd3ce906c54d69df83214dc519a4d30658e99004 (diff) |
* moving stuff around (general classes from components to web)
Diffstat (limited to 'app/php/controls/RegistrationForm.php')
-rw-r--r-- | app/php/controls/RegistrationForm.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/php/controls/RegistrationForm.php b/app/php/controls/RegistrationForm.php index 2ffe507..0f24cea 100644 --- a/app/php/controls/RegistrationForm.php +++ b/app/php/controls/RegistrationForm.php @@ -1,6 +1,6 @@ <?php -Prado::using('Application.components.TemplateControl'); +Prado::using('Application.web.TemplateControl'); Prado::using('Application.model.User'); |