Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xiaowei
9 years ago
Commit
863797440b67e7bae17dc67c2b905672ed9068db
1 parent
faaca006
PC分离Plugin
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/WebPlugin/Partner/Factory.php
library/WebPlugin/Partner/Factory.php
View file @
8637974
...
...
@@ -50,7 +50,7 @@ abstract class Factory
// require dirname(__FILE__) . DS . $apiName . DS . 'Call.class.php';
//$apiNameCase = ucfirst($apiName);
$apiClass
=
"Plugin\Partner
\\
{
$apiName
}
\Call"
;
$apiClass
=
"
Web
Plugin\Partner
\\
{
$apiName
}
\Call"
;
self
::
$apiObjs
[
$apiName
]
=
new
$apiClass
();
self
::
$apiObjs
[
$apiName
]
->
apiName
=
$apiName
;
...
...
Please
register
or
login
to post a comment