Renamed getSkinfiles(path) to getSkinfilesInPath(path) because Rhino's
Java Bean setter/getter mechanism got confused for app.skinfiles.
This commit is contained in:
parent
2a5c4a7c8f
commit
8aa7c6bf33
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ public class ApplicationBean implements Serializable {
|
||||||
*
|
*
|
||||||
* @return ...
|
* @return ...
|
||||||
*/
|
*/
|
||||||
public Map getSkinfiles(Object[] skinpath) {
|
public Map getSkinfilesInPath(Object[] skinpath) {
|
||||||
Map skinz = new HashMap();
|
Map skinz = new HashMap();
|
||||||
|
|
||||||
for (Iterator it = app.getPrototypes().iterator(); it.hasNext();) {
|
for (Iterator it = app.getPrototypes().iterator(); it.hasNext();) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue