Changeset 264


Ignore:
Timestamp:
11/19/10 03:09:00 (18 months ago)
Author:
robinhilliard
Message:

Correctly detects endpoint service in init()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • galaxy/tags/alpha_0.9/com/rocketboots/galaxy/Service.cfc

    r263 r264  
    233233                        <cfset metadata = getMetadata(this)> 
    234234                         
    235                         <cfif structKeyExists(metadata, "endpoint") and metadata.endpoint eq true> 
     235                        <cfif structKeyExists(metadata, "endpoint") and metadata.endpoint neq ""> 
    236236                                <cfparam name="this.name" default="#metadata.extends.name#">  
    237237                                 
Note: See TracChangeset for help on using the changeset viewer.