tel8618217223380 / prado3

Automatically exported from code.google.com/p/prado3
Other
0 stars 0 forks source link

r3032 breaks theme manager #362

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. update to trunk >= r3032
2. execute a Prado app using TThemeManager

What is the expected output? What do you see instead?
Fatal error: Call to undefined method TThemeManager::getThemeClass() in 
trunk/framework/Web/UI/TThemeManager.php on line 83

Please use labels and text to provide additional information.
getThemeClass() has been implemented as a TTheme method, not a TThemeManager 
method.

Original issue reported on code.google.com by ctrlal...@gmail.com on 30 Aug 2011 at 10:18

GoogleCodeExporter commented 9 years ago
r3032 has been reverted in r3034. I suppose  that get/setThemeClass() was 
supposed to be introduced in TThemeManager and not in TTheme, but i'd prefer 
the original author to clarify this and fix the commit.

Original comment by ctrlal...@gmail.com on 30 Aug 2011 at 10:20

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r3035.

Original comment by GODZilla...@gmail.com on 30 Aug 2011 at 1:58

GoogleCodeExporter commented 9 years ago
You're absolutely right, there was something mixed up. My fault. Sorry for 
inconvenience.

Original comment by GODZilla...@gmail.com on 30 Aug 2011 at 2:00