Occam's razor, comment fix.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4326 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2006-08-16 00:09:53 +00:00
parent ac242c0eca
commit be83e13003
@@ -212,8 +212,8 @@ public abstract class PlaceController extends Controller
}
});
// if they didn't handly it, pass it off to the super class
return handled[0] ? true : super.handleAction(action);
// if they didn't handle it, pass it off to the super class
return handled[0] || super.handleAction(action);
}
/**