Skip to content

Commit

Permalink
Fix for #347, and fixed some problems with status popup
Browse files Browse the repository at this point in the history
  • Loading branch information
torinfo committed Jul 10, 2015
1 parent 0760927 commit 4e3834f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion languages/en-GB/workspaceproperties.inc
Expand Up @@ -10,7 +10,8 @@
* @package
*/

define("WORKSPACE_PROPERTIES_TITLE","User workspace properties");
define("PHP_ERROR","Status messages");
define("WORKSPACE_PROPERTIES_TITLE","User workspace properties");
define("WORKSPACE_PROPERTIES_DISPLAY_TITLE","Workspace Properties");
define("WORKSPACE_PROPERTIES_TAB_DETAILS","My Details");
define("WORKSPACE_PROPERTIES_TAB_PROJECTS","My Projects");
Expand Down
2 changes: 1 addition & 1 deletion website_code/php/import/import.php
Expand Up @@ -629,7 +629,7 @@ function folder_loop($path){
}
}else{

if($_POST['folder']!=""){
if(isset($_POST['folder'])){
$folder_id = $_POST['folder'];
}

Expand Down
2 changes: 1 addition & 1 deletion workspaceproperties.php
Expand Up @@ -77,7 +77,7 @@

<iframe id="upload_iframe" name="upload_iframe" src="" style="width:0px;height:0px; display:none"></iframe>
<!--- error widget -->
<div id="errorpopup" title="PHP_ERROR" styl="display:none"></div>
<div id="errorpopup" title="PHP_ERROR" style="display:none"></div>

<div class="properties_main">
<div class="main_area">
Expand Down

0 comments on commit 4e3834f

Please sign in to comment.